home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 3⁄16⁄90 / 0893-Re[2] DoWrite it Rig-Mar90 < prev    next >
Encoding:
Text File  |  1990-03-16  |  1.3 KB  |  34 lines  |  [TEXT/GEOL]

  1. Item    9515231                         14-March-90        22:07PST
  2.  
  3. From:   D0416                           Futuresoft System Design,PRT
  4.  
  5. To:     A14                             Carnegie Mellon, Rob Chandok,PRA
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    RE-RE-DoWrite it Right (CIS)
  10.  
  11. Rob,
  12.  
  13. If there is enough disk space to save a _copy_ of a document, SaveViaTemp will
  14. always execute irregardless of what you assign to the TDocument field
  15. fSaveInPlace. fSaveInPlace tells MacApp what to do only when there is _not_
  16. enough space to save a copy.
  17.  
  18. Michael on CIS wanted to be able to just update changed resources in the
  19. original file, leaving the unchanged resources alone, and preventing
  20. SaveViaTemp from creating a new file to save in.
  21.  
  22. I can’t think of a straight forward way to solve Michael’s problem without a
  23. bunch of overrides or completely intercept TDocument.Save with one override. I
  24. guess this problem runs up against the limits of TDocument and file I/O that
  25. Curtis and others have mentioned in previous links.
  26.  
  27. -Ken Addison
  28.  FutureSoft System Designs, Inc.
  29.  
  30. PS: My wife Linda graduated from Carnegie-Mellon. They were just starting the
  31. Computer Science major the next year. That information has absolutely no
  32. bearing on her or my age:-))
  33.  
  34.